From: Isaku Yamahata Date: Thu, 15 May 2008 05:18:38 +0000 (+0900) Subject: [IA64] remove warning in vmx_final_setup_guest() X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~14219 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=e6d04af59343b5cfe69f42e6b4a6a778ffabcf6b;p=xen.git [IA64] remove warning in vmx_final_setup_guest() This patch removes the warning in vmx_final_setup_guest() > vmx_init.c:497: warning: unused variable 'sw' Signed-off-by: Isaku Yamahata --- diff --git a/xen/arch/ia64/vmx/vmx_init.c b/xen/arch/ia64/vmx/vmx_init.c index da7388c1a4..4e2fd8a132 100644 --- a/xen/arch/ia64/vmx/vmx_init.c +++ b/xen/arch/ia64/vmx/vmx_init.c @@ -494,7 +494,6 @@ vmx_final_setup_guest(struct vcpu *v) { vpd_t *vpd; int rc; - struct switch_stack *sw; vpd = alloc_vpd(); ASSERT(vpd);